CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - optimal page replacement

搜索资源列表

  1. 先进先出页面算法程序

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3242
    • 提供者:asdf
  1. Change

    0下载:
  2. 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorit
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:21284
    • 提供者:王晓
  1. OperatingSystemPageReplacementAlgorithm

    1下载:
  2. Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algo
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:342650
    • 提供者:李锐歆
  1. zhihuan

    0下载:
  2. 操作系统实验 页面置换 fifo LRU 最优页面调度算法opT-Experimental operating system fifo LRU page replacement algorithm for optimal scheduling page opt
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:1657
    • 提供者:bill
  1. Optimal

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page repla
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2083
    • 提供者:pauly_917
  1. vc783453772452

    0下载:
  2. C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm (Least Recently), FIFO algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1912222
    • 提供者:lee
  1. optimal

    0下载:
  2. optimal page replacement algorithm source code simple & clean
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:997
    • 提供者:Mayur
  1. os

    0下载:
  2. 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响; 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟; -By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to com
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:4482
    • 提供者:kkk
  1. optimalpage

    0下载:
  2. Optimal Page replacement technique-Optimal Page replacement technique.....
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:887
    • 提供者:Nitin
  1. OptimalPageReplacement

    0下载:
  2. Optimal Page replacement algo in C++ for 10 pages
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:695
    • 提供者:adnan
  1. yemian

    0下载:
  2. 页面置换算法包括:最佳(Optimal)置换算法、先进先出(FIFO)算法、最近最久未使用(LRU)算法 -Page replacement algorithm, including: Best (Optimal) replacement algorithm, first in first out (FIFO) algorithm, most recently from lack of use (LRU) algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1671
    • 提供者:dlq
  1. Page-replacement-algorithm

    0下载:
  2. 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。 -Respectively, to achieve optimal replacement algorithm (optimal), First In First Out (FIFO) page replacement algorithm and the most-recently-used recently (LRU) replacement algo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:85464
    • 提供者:唐艰苦
  1. os_page_replacement_algorithm

    0下载:
  2. 操作系统 页面置换算法 包扩随机置换算法、先进先出、最佳、LRU等6种置换算法的实现-Operating system Page replacement algorithm,LRU,FIFO,Optimal Etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2725941
    • 提供者:林俊文
  1. FIFO-Optimal-LRU

    0下载:
  2. 实现了页面置换的FIFO算法,LRU算法。-The FIFO page replacement algorithm, LRU algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:509946
    • 提供者:Dwxiao
  1. os

    0下载:
  2. 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Page replacement algor
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1777841
    • 提供者:周明明
  1. 1

    0下载:
  2. 操作系统 页面置换算法 设计和实现最佳置换算法、随机置换算法、 先进先出置换算法最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换 算法-Operating system page replacement algorithm design and implementation of optimal replacement algorithm, random permutation algorithm, FIFO replacement algorithm is th
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:2147
    • 提供者:
  1. PageReplacement

    0下载:
  2. 用c语言实现的页面置换算法,具体包括最佳替换算法,随机替换算法,FIFO算法,LRU算法和Clock算法。引用串的生成是尽量模拟真实的程序局部性而设计的。-a C program implements page replacement algorithm:include optimal algorithm, random algorithm, FIFO algorithm, LRU algorithm and Clock algorithm. The generation of referenc
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:337957
    • 提供者:廖宇豪
  1. OPTIMAL.C.tar

    0下载:
  2. optimal page replacement algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:812
    • 提供者:sam
  1. paging

    0下载:
  2. * 1- randomly the no. of page (n) * 2- create a random squnce of n pages * 3- FIFO page Replacement algorithm * 4- optimal page Replacement algorithm- * 1- randomly the no. of page (n) * 2- create a random squnce of n pages * 3- FIFO
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3661
    • 提供者:sooma
  1. A_Page_Rep2102062162008

    0下载:
  2. Page replacement algorithms FIFO , LRU , Optimal
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:858112
    • 提供者:asfr
« 12 »
搜珍网 www.dssz.com